* sheap.c (report_sheap_usage): Use message, not message1, so
authordancol@dancol.org <>
Wed, 20 Feb 2013 05:56:28 +0000 (21:56 -0800)
committerdancol@dancol.org <>
Wed, 20 Feb 2013 05:56:28 +0000 (21:56 -0800)
  that we don't try to create a buffer while we're in the middle
  of dumping Emacs.  Explain why.

1  2 
src/ChangeLog

diff --cc src/ChangeLog
index acd647564f6b770bf18d4d3fc4be0727db412466,251326221a8aacecf334b07cf10f3293a714bebd..d1216c9887403ec3c9e5e7dfa126e8fb218e10a1
@@@ -1,17 -1,8 +1,20 @@@
 -
+ 2013-02-19  Daniel Colascione <dancol@dancol.org>
+       * sheap.c (report_sheap_usage): Use message, not message1, so
+       that we don't try to create a buffer while we're in the middle
+       of dumping Emacs.  Explain why.
 +2013-02-20  Dmitry Antipov  <dmantipov@yandex.ru>
 +      * search.c (find_newline): Return byte position in bytepos.
 +      Adjust comment.
 +      (find_next_newline_no_quit, find_before_next_newline): Add
 +      bytepos argument.
 +      * lisp.h (find_newline, find_next_newline_no_quit)
 +      (find_before_next_newline): Adjust prototypes.
 +      * bidi.c (bidi_find_paragraph_start):
 +      * editfns.c (Fconstrain_to_field, Fline_end_position):
 +      * indent.c (compute_motion, vmotion):
 +      * xdisp.c (back_to_previous_line_start, forward_to_next_line_start):
 +      (get_visually_first_element, move_it_vertically_backward):
 +      Adjust users and avoid calls to CHAR_TO_BYTE where appropriate.
  
  2013-02-19  Eli Zaretskii  <eliz@gnu.org>